Let the debugger continue to the normal handler.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 26 Jan 2011 20:02:07 +0000 (15:02 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 26 Jan 2011 20:02:07 +0000 (15:02 -0500)
commit0277490c4d61f9b4cd41542553ec60496708503d
treecebad0031627c099ba92a85ae64c2012545c1b65
parent53b06d82579a244d8453bd3ed3dafc28297d7ea1
Let the debugger continue to the normal handler.
* src/eval.c (maybe_call_debugger): Declare before new use.
(find_handler_clause): Don't call debugger any more.
Ignore Vstack_trace_on_error.
Use XCAR/XCDR.
(syms_of_eval): Remove Vstack_trace_on_error.
(Fsignal): Only modify handlerlist when we know we need to do it.
Call the debugger when necessary.
* src/globals.h (Vstack_trace_on_error): Remove.
etc/NEWS
lisp/cus-start.el
src/ChangeLog
src/eval.c
src/globals.h